Testing New Post
2020-06-16T16:07:23+08:00
Does this work as content?
par(mar = c(0, 1, 0, 1))
pie(
c(280, 60, 20),
c('Sky', 'Sunny side of pyramid', 'Shady side of pyramid'),
col = c('#0292D8', '#F7EA39', '#C4B632'),
init.angle = -50, border = NA
)
A fancy pie chart.
preserve3db4c048f2a83bc1